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

Unified Diff: cc/surfaces/surface_hittest_delegate.h

Issue 1489913003: Handle pointer-events: none in browser process hittesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unneeded header Created 4 years, 11 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 | cc/surfaces/surface_id.h » ('j') | cc/surfaces/surface_id.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_hittest_delegate.h
diff --git a/cc/surfaces/surface_hittest_delegate.h b/cc/surfaces/surface_hittest_delegate.h
index 1f0fbf95425b9ae0c747e895a8713637599d75e0..59095f8906c45488271747a1e022a9f68c3e4d31 100644
--- a/cc/surfaces/surface_hittest_delegate.h
+++ b/cc/surfaces/surface_hittest_delegate.h
@@ -5,6 +5,10 @@
#ifndef CC_SURFACES_SURFACE_HITTEST_DELEGATE_H_
#define CC_SURFACES_SURFACE_HITTEST_DELEGATE_H_
+namespace gfx {
+class Point;
+} // namespace gfx
+
namespace cc {
class SurfaceDrawQuad;
« no previous file with comments | « no previous file | cc/surfaces/surface_id.h » ('j') | cc/surfaces/surface_id.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698