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

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: addressing comments Created 5 years, 4 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 56bb522e32a8b51fdff6beadbf2653a50310b4a1..56c1b8cee306e4b6f5b73e09b58ddb2931c21845 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -227,6 +227,8 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
void DidStopFlinging() override;
void OnDidNavigateMainFrameToNewPage() override;
uint32_t GetSurfaceIdNamespace() override;
+ uint32_t SurfaceIdNamespaceAtPoint(const gfx::Point& point,
+ gfx::Point* transformed_point) override;
#if defined(OS_WIN)
void SetParentNativeViewAccessible(
« no previous file with comments | « content/browser/compositor/delegated_frame_host.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698