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

Unified Diff: content/renderer/render_widget.h

Issue 2431473003: Intersection Observer support for OOPIF (Closed)
Patch Set: Fixed test issue Created 4 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/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 91b41273e306484fd1835db0bac99ce16b45054f..78f1d7257ca97019c1605a78f454e3b99310dff6 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -510,6 +510,7 @@ class CONTENT_EXPORT RenderWidget
void OnUpdateScreenRects(const gfx::Rect& view_screen_rect,
const gfx::Rect& window_screen_rect);
void OnUpdateWindowScreenRect(const gfx::Rect& window_screen_rect);
+ void OnSetViewportIntersection(const gfx::Rect& viewport_intersection);
void OnHandleCompositorProto(const std::vector<uint8_t>& proto);
// Real data that is dragged is not included at DragEnter time.
void OnDragTargetDragEnter(

Powered by Google App Engine
This is Rietveld 408576698