Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format

# ignore-this-changeset
This commit is contained in:
Sylvestre Ledru
2018-11-30 11:46:48 +01:00
parent 93e0058268
commit e5a134f73a
10591 changed files with 1454100 additions and 1738928 deletions

View File

@@ -18,22 +18,13 @@ using namespace mozilla::gl;
namespace mozilla {
namespace layers {
/*static*/ void
ShadowLayerForwarder::PlatformSyncBeforeUpdate()
{
}
/*static*/ void ShadowLayerForwarder::PlatformSyncBeforeUpdate() {}
/*static*/ void
LayerManagerComposite::PlatformSyncBeforeReplyUpdate()
{
}
/*static*/ void LayerManagerComposite::PlatformSyncBeforeReplyUpdate() {}
/*static*/ bool
LayerManagerComposite::SupportsDirectTexturing()
{
/*static*/ bool LayerManagerComposite::SupportsDirectTexturing() {
return false;
}
} // namespace layers
} // namespace mozilla
} // namespace layers
} // namespace mozilla