| 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;
|
| }
|
|
|
|
|