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

Unified Diff: ui/compositor/test/compositor_test_support.cc

Issue 10383006: Add scale factor and 2x resources from webkit and plumb through to ContentClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add more test class GetImageResource methods. Created 8 years, 7 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/test/test_content_client.cc ('k') | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/compositor_test_support.cc
diff --git a/ui/compositor/test/compositor_test_support.cc b/ui/compositor/test/compositor_test_support.cc
index 6134f548e0e5ec699b2a28eb8858a77ea011ba21..07c2ce708f2eb468a35200b803e11293f26e575f 100644
--- a/ui/compositor/test/compositor_test_support.cc
+++ b/ui/compositor/test/compositor_test_support.cc
@@ -21,6 +21,11 @@ class CompositorTestPlatformSupport:
return base::StringPiece();
}
+ virtual base::StringPiece GetImageResource(int resource_id,
+ float scale_factor) OVERRIDE {
+ return base::StringPiece();
+ }
+
virtual void GetPlugins(
bool refresh, std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE {
}
« no previous file with comments | « content/test/test_content_client.cc ('k') | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698