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

Unified Diff: webkit/plugins/ppapi/ppb_scrollbar_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_scrollbar_impl.h
diff --git a/webkit/plugins/ppapi/ppb_scrollbar_impl.h b/webkit/plugins/ppapi/ppb_scrollbar_impl.h
index 7ffbbcf3dbf7272a3a703a1ab7fec42c4344c3a6..a10e69477b96cb793f18c1d433731238c2e33ffb 100644
--- a/webkit/plugins/ppapi/ppb_scrollbar_impl.h
+++ b/webkit/plugins/ppapi/ppb_scrollbar_impl.h
@@ -28,7 +28,7 @@ class PPB_Scrollbar_Impl : public PPB_Widget_Impl,
virtual ~PPB_Scrollbar_Impl();
- // ResourceObjectBase override.
+ // Resource override.
virtual PPB_Scrollbar_API* AsPPB_Scrollbar_API() OVERRIDE;
// Returns a pointer to the interface implementing PPB_Scrollbar_0_3 that is

Powered by Google App Engine
This is Rietveld 408576698