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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 11369071: A speculative Revert for r165872 - Remove static thread pointers from CC, attempt 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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: webkit/compositor_bindings/web_compositor_support_impl.h
===================================================================
--- webkit/compositor_bindings/web_compositor_support_impl.h (revision 165906)
+++ webkit/compositor_bindings/web_compositor_support_impl.h (working copy)
@@ -5,14 +5,9 @@
#ifndef WEBKIT_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_
#define WEBKIT_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_
-#include "base/memory/ref_counted.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositorSupport.h"
-namespace base {
-class MessageLoopProxy;
-}
-
namespace webkit {
class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
@@ -20,7 +15,7 @@
WebCompositorSupportImpl();
virtual ~WebCompositorSupportImpl();
- virtual void initialize(WebKit::WebThread* implThread);
+ virtual void initialize(WebKit::WebThread* thread);
virtual bool isThreadingEnabled();
virtual void shutdown();
virtual void setPerTilePaintingEnabled(bool enabled);
@@ -55,9 +50,6 @@
createFloatAnimationCurve();
virtual WebKit::WebTransformAnimationCurve*
createTransformAnimationCurve();
-
- private:
- scoped_refptr<base::MessageLoopProxy> impl_thread_message_loop_proxy_;
};
} // namespace webkit
« no previous file with comments | « webkit/compositor_bindings/web_compositor_impl.cc ('k') | webkit/compositor_bindings/web_compositor_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698