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

Unified Diff: webkit/compositor_bindings/web_compositor_support_impl.h

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: webkit/compositor_bindings/web_compositor_support_impl.h
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/compositor_bindings/web_compositor_support_impl.h
index 9688bcfa690415dcfc3d8bd530c3b7cffeee8041..b29abd81a40f17f5a61c879c6204fb13e3762f45 100644
--- a/webkit/compositor_bindings/web_compositor_support_impl.h
+++ b/webkit/compositor_bindings/web_compositor_support_impl.h
@@ -53,6 +53,7 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport {
scoped_refptr<base::MessageLoopProxy> compositor_thread_message_loop_proxy() {
return compositor_thread_message_loop_proxy_;
}
+
private:
scoped_refptr<base::MessageLoopProxy> compositor_thread_message_loop_proxy_;
bool initialized_;

Powered by Google App Engine
This is Rietveld 408576698