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

Unified Diff: content/renderer/pepper/pepper_platform_context_3d_impl.h

Issue 11267035: Fix layering violation where content is included by gpu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove NOTIMPLEMENTED entrypoints Created 8 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: content/renderer/pepper/pepper_platform_context_3d_impl.h
diff --git a/content/renderer/pepper/pepper_platform_context_3d_impl.h b/content/renderer/pepper/pepper_platform_context_3d_impl.h
index 2947e6d267253622e10dff70132000432492eef6..4c76c1ea605f72b91c1edcdac0132434516ece5e 100644
--- a/content/renderer/pepper/pepper_platform_context_3d_impl.h
+++ b/content/renderer/pepper/pepper_platform_context_3d_impl.h
@@ -56,7 +56,7 @@ class PlatformContext3DImpl
scoped_refptr<GpuChannelHost> channel_;
unsigned int parent_texture_id_;
bool has_alpha_;
- CommandBufferProxy* command_buffer_;
+ CommandBufferProxyImpl* command_buffer_;
base::Closure context_lost_callback_;
ConsoleMessageCallback console_message_callback_;
base::WeakPtrFactory<PlatformContext3DImpl> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698