Chromium Code Reviews| Index: Source/core/page/ChromeClient.h |
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
| index 0a693ce63d3cfbc85d8a385d494815aba2f3b39f..55af6f6b5bafe159ad3fe3135d01badb6d1c91d6 100644 |
| --- a/Source/core/page/ChromeClient.h |
| +++ b/Source/core/page/ChromeClient.h |
| @@ -261,6 +261,7 @@ public: |
| virtual FloatSize minimumWindowSize() const { return FloatSize(100, 100); }; |
| virtual bool isEmptyChromeClient() const { return false; } |
| + virtual bool isChromeClient() const { return false; } |
|
tkent
2013/10/08 22:22:39
Ditto. The function name is confusing. Wrap with "
|
| virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) { }; |