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

Unified Diff: webkit/plugins/ppapi/ppb_context_3d_impl.h

Issue 7629017: Add a unified resource tracker shared between the proxy and the impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 9 years, 4 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/plugins/ppapi/ppb_context_3d_impl.h
diff --git a/webkit/plugins/ppapi/ppb_context_3d_impl.h b/webkit/plugins/ppapi/ppb_context_3d_impl.h
index 4bdbe211add67ca7d3adc52915df18fc05a42dd0..f1340e21e19f286126f464955b0f63116903789d 100644
--- a/webkit/plugins/ppapi/ppb_context_3d_impl.h
+++ b/webkit/plugins/ppapi/ppb_context_3d_impl.h
@@ -40,7 +40,7 @@ class PPB_Context3D_Impl : public Resource,
PP_Resource share_context,
const int32_t* attrib_list);
- // ResourceObjectBase override.
+ // Resource override.
virtual ::ppapi::thunk::PPB_Context3D_API* AsPPB_Context3D_API();
// PPB_Context3D_API implementation.

Powered by Google App Engine
This is Rietveld 408576698