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

Unified Diff: ppapi/proxy/image_data.cc

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 | « ppapi/proxy/image_data.h ('k') | ppapi/proxy/plugin_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/image_data.cc
diff --git a/ppapi/proxy/image_data.cc b/ppapi/proxy/image_data.cc
index c01896df2e3a1f277d2b52cb7d36b481b8c91d0d..2af702602ca957bcf447f09b959afd1a952c800f 100644
--- a/ppapi/proxy/image_data.cc
+++ b/ppapi/proxy/image_data.cc
@@ -26,6 +26,10 @@ ImageData::~ImageData() {
Unmap();
}
+ImageData* ImageData::AsImageData() {
+ return this;
+}
+
void* ImageData::Map() {
#if defined(OS_WIN)
NOTIMPLEMENTED();
« no previous file with comments | « ppapi/proxy/image_data.h ('k') | ppapi/proxy/plugin_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698