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

Unified Diff: third_party/WebKit/Source/web/CompositorProxyClientImpl.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/CompositorProxyClientImpl.h
diff --git a/third_party/WebKit/Source/web/CompositorProxyClientImpl.h b/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
index c372ec203f12f9a46a24dc4577335904b4bf758a..a75508507bad787eb32c02c1d58e38b04ae95d46 100644
--- a/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
+++ b/third_party/WebKit/Source/web/CompositorProxyClientImpl.h
@@ -16,9 +16,10 @@ class CompositorMutatorImpl;
class CompositorWorkerGlobalScope;
class WorkerGlobalScope;
-// Mediates between one CompositorWorkerGlobalScope and the associated CompositorMutatorImpl.
-// There is one CompositorProxyClientImpl per worker but there may be multiple for a given
-// mutator, e.g. if a single document creates multiple CompositorWorker objects.
+// Mediates between one CompositorWorkerGlobalScope and the associated
+// CompositorMutatorImpl. There is one CompositorProxyClientImpl per worker
+// but there may be multiple for a given mutator, e.g. if a single document
+// creates multiple CompositorWorker objects.
//
// Should be accessed only on the compositor thread.
class CompositorProxyClientImpl final
@@ -32,7 +33,8 @@ class CompositorProxyClientImpl final
DECLARE_VIRTUAL_TRACE();
// Runs the animation frame callback for the frame starting at the given time.
- // Returns true if another animation frame was requested (i.e. should be reinvoked next frame).
+ // Returns true if another animation frame was requested (i.e. should be
+ // reinvoked next frame).
bool mutate(double monotonicTimeNow, CompositorMutableStateProvider*);
// CompositorProxyClient:
« no previous file with comments | « third_party/WebKit/Source/web/CompositorMutatorImpl.cpp ('k') | third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698