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

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

Issue 1265013003: Adds support for hittesting points on surface quads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing component build Created 5 years, 5 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/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index b3d913fd2d178a1d1c39574246433bdc83e59574..66c8f2690afd8d12237d0422d76ca67f729e7617 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -185,6 +185,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
void DidStopFlinging() override;
void OnDidNavigateMainFrameToNewPage() override;
uint32_t GetSurfaceIdNamespace() override;
+ uint32_t SurfaceIdNamespaceAtPoint(const gfx::Point& point) override;
#if defined(OS_WIN)
void SetParentNativeViewAccessible(

Powered by Google App Engine
This is Rietveld 408576698