Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: third_party/WebKit/Source/web/CompositorMutatorImpl.h

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/CompositorMutatorImpl.h
diff --git a/third_party/WebKit/Source/web/CompositorMutatorImpl.h b/third_party/WebKit/Source/web/CompositorMutatorImpl.h
index af3906ece85d10aa7550cf782ca2fa5efeb64ace..e2b274c24cec13e76ce513ba58a94460fa31c979 100644
--- a/third_party/WebKit/Source/web/CompositorMutatorImpl.h
+++ b/third_party/WebKit/Source/web/CompositorMutatorImpl.h
@@ -19,10 +19,10 @@ class CompositorProxyClientImpl;
class CompositorWorkerGlobalScope;
class CompositorMutatorClient;
-// Fans out requests from the compositor to all of the registered ProxyClients which
-// can then mutate layers through their CompositorProxy interfaces. Requests for
-// animation frames are received from ProxyClients and sent to the compositor to
-// generate a new compositor frame.
+// Fans out requests from the compositor to all of the registered ProxyClients
+// which can then mutate layers through their CompositorProxy interfaces.
+// Requests for animation frames are received from ProxyClients and sent to the
+// compositor to generate a new compositor frame.
//
// Should be accessed only on the compositor thread.
class CompositorMutatorImpl final : public CompositorMutator {
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/Source/web/CompositorMutatorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698