summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/web_contents/aura/image_window_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/web_contents/aura/image_window_delegate.cc')
-rw-r--r--chromium/content/browser/web_contents/aura/image_window_delegate.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/chromium/content/browser/web_contents/aura/image_window_delegate.cc b/chromium/content/browser/web_contents/aura/image_window_delegate.cc
index dbb066c894d..0b40c0f0905 100644
--- a/chromium/content/browser/web_contents/aura/image_window_delegate.cc
+++ b/chromium/content/browser/web_contents/aura/image_window_delegate.cc
@@ -77,10 +77,10 @@ void ImageWindowDelegate::OnPaint(gfx::Canvas* canvas) {
void ImageWindowDelegate::OnDeviceScaleFactorChanged(float scale_factor) {
}
-void ImageWindowDelegate::OnWindowDestroying() {
+void ImageWindowDelegate::OnWindowDestroying(aura::Window* window) {
}
-void ImageWindowDelegate::OnWindowDestroyed() {
+void ImageWindowDelegate::OnWindowDestroyed(aura::Window* window) {
delete this;
}
@@ -94,8 +94,4 @@ bool ImageWindowDelegate::HasHitTestMask() const {
void ImageWindowDelegate::GetHitTestMask(gfx::Path* mask) const {
}
-void ImageWindowDelegate::DidRecreateLayer(ui::Layer *old_layer,
- ui::Layer *new_layer) {
-}
-
} // namespace content