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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxy.cpp

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. 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/core/dom/CompositorProxy.cpp
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
index 2b96b5d682f7b5be4cbbe7413c706114237783c5..d419c254f9fcd717d15977de6207541179122e2b 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
+++ b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
@@ -42,7 +42,8 @@ static bool isControlThread() {
}
static bool isCallingCompositorFrameCallback() {
- // TODO(sad): Check that the requestCompositorFrame callbacks are currently being called.
+ // TODO(sad): Check that the requestCompositorFrame callbacks are currently
+ // being called.
return true;
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/ClassCollection.h ('k') | third_party/WebKit/Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698