diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index cac23ea..5578bb1 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -514,6 +514,8 @@ class HWNDHtmlView { void Layout() { NOTIMPLEMENTED(); } void SchedulePaint() { NOTIMPLEMENTED(); } SiteInstance* site_instance() { NOTIMPLEMENTED(); return NULL; } + gfx::Size GetPreferredSize() { NOTIMPLEMENTED(); return gfx::Size(); } + gfx::Size size() { NOTIMPLEMENTED(); return gfx::Size(); } }; #endif // CHROME_COMMON_TEMP_SCAFFOLDING_STUBS_H_ |