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

Unified Diff: blimp/client/core/contents/tab_control_feature.h

Issue 2255533002: Add TabControlFeature to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add BlimpContentsImplTest.SetSizeAndScaleThroughTabControlFeature Created 4 years, 4 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
Index: blimp/client/core/contents/tab_control_feature.h
diff --git a/blimp/client/core/contents/tab_control_feature.h b/blimp/client/core/contents/tab_control_feature.h
index 15b066a7c01d732efd44644494c27bf3f53ecd7a..dcbd615292bfc29b0b3de76fa63fe6bf06ef8288 100644
--- a/blimp/client/core/contents/tab_control_feature.h
+++ b/blimp/client/core/contents/tab_control_feature.h
@@ -30,7 +30,7 @@ class TabControlFeature : public BlimpMessageProcessor {
// Pushes the current size and scale information to the engine, which will
// affect the web content display area for all tabs.
- void SetSizeAndScale(const gfx::Size& size, float device_pixel_ratio);
+ virtual void SetSizeAndScale(const gfx::Size& size, float device_pixel_ratio);
void CreateTab(int tab_id);
void CloseTab(int tab_id);

Powered by Google App Engine
This is Rietveld 408576698