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..43bc66d941f43821172c4b6975a81bfaa011bcb3 100644 |
--- a/blimp/client/core/contents/tab_control_feature.h |
+++ b/blimp/client/core/contents/tab_control_feature.h |
@@ -30,10 +30,10 @@ 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); |
+ virtual void CreateTab(int tab_id); |
+ virtual void CloseTab(int tab_id); |
// BlimpMessageProcessor implementation. |
void ProcessMessage(std::unique_ptr<BlimpMessage> message, |