summaryrefslogtreecommitdiff
path: root/chromium/components/exo/sub_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/sub_surface.h')
-rw-r--r--chromium/components/exo/sub_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/exo/sub_surface.h b/chromium/components/exo/sub_surface.h
index 634de9d81e1..97daeacbc04 100644
--- a/chromium/components/exo/sub_surface.h
+++ b/chromium/components/exo/sub_surface.h
@@ -55,7 +55,7 @@ class SubSurface : public SurfaceDelegate, public SurfaceObserver {
void OnSetFrame(SurfaceFrameType type) override {}
void OnSetFrameColors(SkColor active_color, SkColor inactive_color) override {
}
- void OnSetParent(Surface* parent, const gfx::Point& position) override {}
+ void OnSetParent(Surface* parent, const gfx::Point& position) override;
void OnSetStartupId(const char* startup_id) override {}
void OnSetApplicationId(const char* application_id) override {}
void OnActivationRequested() override {}