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

Unified Diff: ppapi/proxy/image_data.h

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | ppapi/proxy/image_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/image_data.h
diff --git a/ppapi/proxy/image_data.h b/ppapi/proxy/image_data.h
index fb4a8393667ca759c30ecfbbcc5d02f43daad920..6e962ab821e6310857aaa442559250b2496a484e 100644
--- a/ppapi/proxy/image_data.h
+++ b/ppapi/proxy/image_data.h
@@ -19,7 +19,7 @@ class ImageData : public PluginResource {
virtual ~ImageData();
// Resource overrides.
- virtual ImageData* AsImageData() { return this; }
+ virtual ImageData* AsImageData();
void* Map();
void Unmap();
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | ppapi/proxy/image_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698