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

Unified Diff: content/shell/renderer/test_runner/TestPlugin.cpp

Issue 227413011: Remove old texture path in TextureLayer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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
« no previous file with comments | « content/shell/renderer/test_runner/TestPlugin.h ('k') | ui/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/TestPlugin.cpp
diff --git a/content/shell/renderer/test_runner/TestPlugin.cpp b/content/shell/renderer/test_runner/TestPlugin.cpp
index fdf8ab2b19437598ff9e26daa8620ea3454fd554..260620773cd513a9142aaf1d033b204aa710fae8 100644
--- a/content/shell/renderer/test_runner/TestPlugin.cpp
+++ b/content/shell/renderer/test_runner/TestPlugin.cpp
@@ -321,11 +321,6 @@ bool TestPlugin::isPlaceholder()
return false;
}
-unsigned TestPlugin::PrepareTexture() {
- NOTREACHED();
- return 0;
-}
-
static void ignoreReleaseCallback(uint32 sync_point, bool lost) {}
static void releaseSharedMemory(scoped_ptr<base::SharedMemory> bitmap,
« no previous file with comments | « content/shell/renderer/test_runner/TestPlugin.h ('k') | ui/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698