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

Unified Diff: content/browser/renderer_host/render_widget_host.h

Issue 8344061: content: Split off ChromeTabContentsViewGtk from TabContentsViewGtk. This new (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase again to fix comment I committed that was backwards. Created 9 years, 1 month 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
Index: content/browser/renderer_host/render_widget_host.h
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h
index c6f0fb8169270bc2f7323776d73508ea8bf2b839..c196cee07bfc254494a869e68132733934e4910d 100644
--- a/content/browser/renderer_host/render_widget_host.h
+++ b/content/browser/renderer_host/render_widget_host.h
@@ -158,10 +158,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener,
int routing_id() const { return routing_id_; }
bool renderer_accessible() { return renderer_accessible_; }
- // Returns whether we have a valid size.
- bool empty() const {
- return current_size_.IsEmpty();
- }
+ bool empty() const { return current_size_.IsEmpty(); }
// Returns the property bag for this widget, where callers can add extra data
// they may wish to associate with it. Returns a pointer rather than a

Powered by Google App Engine
This is Rietveld 408576698