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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator_unittest.cc

Issue 9347042: Introduce content::RenderWidgetHostViewPort (in content/port/browser). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 8 years, 10 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 | « no previous file | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/thumbnail_generator_unittest.cc
diff --git a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
index 885577a2e8b7a99e54521a5d73c4903c90c9eccb..ccba5651c91fd46f99dfde7a65e6fe6775ea90bc 100644
--- a/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
+++ b/chrome/browser/tab_contents/thumbnail_generator_unittest.cc
@@ -40,10 +40,10 @@ static const int kBitmapHeight = 100;
// works. The skia implementation doesn't have any hardware or system
// dependencies.
class TestRenderWidgetHostViewWithBackingStoreSkia
- : public TestRenderWidgetHostView {
+ : public content::TestRenderWidgetHostView {
public:
explicit TestRenderWidgetHostViewWithBackingStoreSkia(RenderWidgetHost* rwh)
- : TestRenderWidgetHostView(rwh), rwh_(rwh) {}
+ : content::TestRenderWidgetHostView(rwh), rwh_(rwh) {}
BackingStore* AllocBackingStore(const gfx::Size& size) {
return new BackingStoreSkia(rwh_, size);
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698