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

Unified Diff: Source/web/WebFrameWidgetImpl.h

Issue 955143002: Add setVisibilityState API to WebFrameWidget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed ASSERT Created 5 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 | « no previous file | Source/web/WebFrameWidgetImpl.cpp » ('j') | public/web/WebFrameWidget.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameWidgetImpl.h
diff --git a/Source/web/WebFrameWidgetImpl.h b/Source/web/WebFrameWidgetImpl.h
index 6f86444a3093135eb6455bdadf65026759f5af6c..de5bfe413d20c230c5001edbe7e3e75311c3fc1b 100644
--- a/Source/web/WebFrameWidgetImpl.h
+++ b/Source/web/WebFrameWidgetImpl.h
@@ -134,6 +134,8 @@ public:
void suppressInvalidations(bool enable);
void setRootGraphicsLayer(GraphicsLayer*);
+ void setVisibilityState(WebPageVisibilityState, bool) override;
+
// Exposed for the purpose of overriding device metrics.
void sendResizeEventAndRepaint();
« no previous file with comments | « no previous file | Source/web/WebFrameWidgetImpl.cpp » ('j') | public/web/WebFrameWidget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698