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

Unified Diff: Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp

Issue 12320020: Merge 142755 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « Source/WebCore/page/DOMWindow.cpp ('k') | Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
===================================================================
--- Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp (revision 143514)
+++ Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp (working copy)
@@ -128,7 +128,7 @@
void ChromeClientEfl::setWindowRect(const FloatRect& rect)
{
- if (!ewk_view_setting_enable_auto_resize_window_get(m_view))
+ if (!ewk_view_setting_enable_auto_resize_window_get(m_view) || rect.isEmpty())
return;
Ecore_Evas* ee = ecore_evas_ecore_evas_get(evas_object_evas_get(m_view));
« no previous file with comments | « Source/WebCore/page/DOMWindow.cpp ('k') | Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698