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); |