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

Unified Diff: content/test/test_render_view_host.h

Issue 944763002: Make Page Visibility API work when the browser window is visible or not Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove the VisibilityNotify event handler 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
Index: content/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index c7a75a36bd8e0302095aa40dc875fca8a985d1bb..559601cf6f3edd454d07968b5a409ee48ac65c5d 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -69,6 +69,7 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
bool IsSurfaceAvailableForCopy() const override;
void Show() override;
void Hide() override;
+ void Hide(bool content_visible) override {}
bool IsShowing() override;
void WasUnOccluded() override;
void WasOccluded() override;

Powered by Google App Engine
This is Rietveld 408576698