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

Unified Diff: webkit/compositor_bindings/WebCompositorImpl.cpp

Issue 10917153: Update cc snapshot to r127918 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « webkit/compositor_bindings/WebCompositorImpl.h ('k') | webkit/compositor_bindings/WebContentLayerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/WebCompositorImpl.cpp
diff --git a/webkit/compositor_bindings/WebCompositorImpl.cpp b/webkit/compositor_bindings/WebCompositorImpl.cpp
index 530fa9bf613b6e26e9d6b33f22080c8a4db4bef3..8fd9f45925e615ca2c6fa73f4c03ec7e7e69e8f8 100644
--- a/webkit/compositor_bindings/WebCompositorImpl.cpp
+++ b/webkit/compositor_bindings/WebCompositorImpl.cpp
@@ -26,9 +26,9 @@ void WebCompositor::initialize(WebThread* implThread)
WebCompositorImpl::initialize(implThread);
}
-bool WebCompositor::threadingEnabled()
+bool WebCompositor::isThreadingEnabled()
{
- return WebCompositorImpl::threadingEnabled();
+ return WebCompositorImpl::isThreadingEnabled();
}
void WebCompositor::shutdown()
@@ -69,7 +69,7 @@ void WebCompositorImpl::initialize(WebThread* implThread)
CCProxy::setImplThread(0);
}
-bool WebCompositorImpl::threadingEnabled()
+bool WebCompositorImpl::isThreadingEnabled()
{
return s_implThread;
}
« no previous file with comments | « webkit/compositor_bindings/WebCompositorImpl.h ('k') | webkit/compositor_bindings/WebContentLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698