diff options
Diffstat (limited to 'chrome/browser/views/tabs/native_view_photobooth_gtk.h')
-rw-r--r-- | chrome/browser/views/tabs/native_view_photobooth_gtk.h | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/chrome/browser/views/tabs/native_view_photobooth_gtk.h b/chrome/browser/views/tabs/native_view_photobooth_gtk.h index 8bc7406..22c3901 100644 --- a/chrome/browser/views/tabs/native_view_photobooth_gtk.h +++ b/chrome/browser/views/tabs/native_view_photobooth_gtk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,25 +6,8 @@ #define CHROME_BROWSER_VIEWS_TABS_NATIVE_VIEW_PHOTOBOOTH_GTK_H_ #pragma once -#include "chrome/browser/views/tabs/native_view_photobooth.h" - -class NativeViewPhotoboothGtk : public NativeViewPhotobooth { - public: - explicit NativeViewPhotoboothGtk(gfx::NativeView new_view); - - // Destroys the photo booth window. - virtual ~NativeViewPhotoboothGtk(); - - // Replaces the view in the photo booth with the specified one. - virtual void Replace(gfx::NativeView new_view); - - // Paints the current display image of the window into |canvas|, clipped to - // |target_bounds|. - virtual void PaintScreenshotIntoCanvas(gfx::Canvas* canvas, - const gfx::Rect& target_bounds); - - private: - DISALLOW_COPY_AND_ASSIGN(NativeViewPhotoboothGtk); -}; +#include "chrome/browser/ui/views/tabs/native_view_photobooth_gtk.h" +// TODO(beng): remove this file once all includes have been updated. #endif // CHROME_BROWSER_VIEWS_TABS_NATIVE_VIEW_PHOTOBOOTH_GTK_H_ + |