summaryrefslogtreecommitdiff
path: root/chromium/components/exo/layer_tree_frame_sink_holder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/layer_tree_frame_sink_holder.cc')
-rw-r--r--chromium/components/exo/layer_tree_frame_sink_holder.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/components/exo/layer_tree_frame_sink_holder.cc b/chromium/components/exo/layer_tree_frame_sink_holder.cc
index 7da7e8bb24a..b9b95363e1f 100644
--- a/chromium/components/exo/layer_tree_frame_sink_holder.cc
+++ b/chromium/components/exo/layer_tree_frame_sink_holder.cc
@@ -8,6 +8,7 @@
#include "base/threading/thread_task_runner_handle.h"
#include "cc/trees/layer_tree_frame_sink.h"
#include "components/exo/surface_tree_host.h"
+#include "components/viz/common/hit_test/hit_test_region_list.h"
#include "components/viz/common/resources/returned_resource.h"
namespace exo {
@@ -119,6 +120,11 @@ void LayerTreeFrameSinkHolder::SetBeginFrameSource(
surface_tree_host_->SetBeginFrameSource(source);
}
+base::Optional<viz::HitTestRegionList>
+LayerTreeFrameSinkHolder::BuildHitTestData() {
+ return {};
+}
+
void LayerTreeFrameSinkHolder::ReclaimResources(
const std::vector<viz::ReturnedResource>& resources) {
for (auto& resource : resources) {