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

Unified Diff: cc/surfaces/display.h

Issue 2908783002: WIP Hittest Component.
Patch Set: change HitTestFlags to constants so we can mix and match and convert to struct naming convention Created 3 years, 6 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: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index 5e0142a42fbd6b7d2937b377f9ed5f542dc868db..99a7cbd9082f7f66aaee4bf5a16173f791a651b6 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -94,6 +94,7 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
void OnSurfaceDestroyed(const SurfaceId& surface_id) override;
void OnSurfaceDamageExpected(const SurfaceId& surface_id,
const BeginFrameArgs& args) override;
+ void OnSurfaceWillDraw(const SurfaceId& surface_id) override {}
bool has_scheduler() const { return !!scheduler_; }
DirectRenderer* renderer_for_testing() const { return renderer_.get(); }
« no previous file with comments | « no previous file | cc/surfaces/surface_aggregator.cc » ('j') | components/viz/hit_test/public/interfaces/hit_test_data.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698