From 504c79cae73ac6f1da6fa268b6fc004a5b4e1753 Mon Sep 17 00:00:00 2001 From: gellert Date: Wed, 20 Jul 2016 11:32:59 +0200 Subject: [PATCH] removes commented includes --- atom/browser/osr_output_device.h | 16 ---------------- atom/browser/osr_web_contents_view.h | 15 +-------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/atom/browser/osr_output_device.h b/atom/browser/osr_output_device.h index d8c56f60e9..0721f88e8e 100644 --- a/atom/browser/osr_output_device.h +++ b/atom/browser/osr_output_device.h @@ -5,20 +5,6 @@ #ifndef ATOM_BROWSER_OSR_OUTPUT_DEVICE_H_ #define ATOM_BROWSER_OSR_OUTPUT_DEVICE_H_ -// #include "content/browser/renderer_host/render_widget_host_view_base.h" -// #include "content/browser/renderer_host/delegated_frame_host.h" -// #include "content/browser/renderer_host/resize_lock.h" -// #include "third_party/WebKit/public/platform/WebVector.h" -// #include "cc/scheduler/begin_frame_source.h" -// #include "content/browser/renderer_host/render_widget_host_impl.h" -// #include "cc/output/compositor_frame.h" -// #include "ui/gfx/geometry/point.h" -// #include "base/threading/thread.h" -// #include "ui/compositor/compositor.h" -// #include "ui/compositor/layer_delegate.h" -// #include "ui/compositor/layer_owner.h" -// #include "ui/base/ime/text_input_client.h" - #include "cc/output/software_output_device.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/core/SkCanvas.h" @@ -32,7 +18,6 @@ public: OffScreenOutputDevice(); ~OffScreenOutputDevice(); - // void saveSkBitmapToBMPFile(const SkBitmap& skBitmap, const char* path); void Resize(const gfx::Size& pixel_size, float scale_factor) override; @@ -48,7 +33,6 @@ private: DISALLOW_COPY_AND_ASSIGN(OffScreenOutputDevice); }; - } // namespace atom #endif // ATOM_BROWSER_OSR_OUTPUT_DEVICE_H_ diff --git a/atom/browser/osr_web_contents_view.h b/atom/browser/osr_web_contents_view.h index de73d5212c..8b785eb720 100644 --- a/atom/browser/osr_web_contents_view.h +++ b/atom/browser/osr_web_contents_view.h @@ -5,20 +5,6 @@ #ifndef ATOM_BROWSER_OSR_WEB_CONTENTS_VIEW_H_ #define ATOM_BROWSER_OSR_WEB_CONTENTS_VIEW_H_ -// #include "content/browser/renderer_host/render_widget_host_view_base.h" -// #include "content/browser/renderer_host/delegated_frame_host.h" -// #include "content/browser/renderer_host/resize_lock.h" -// #include "third_party/WebKit/public/platform/WebVector.h" -// #include "cc/scheduler/begin_frame_source.h" -// #include "content/browser/renderer_host/render_widget_host_impl.h" -// #include "cc/output/compositor_frame.h" -// #include "ui/gfx/geometry/point.h" -// #include "base/threading/thread.h" -// #include "ui/compositor/compositor.h" -// #include "ui/compositor/layer_delegate.h" -// #include "ui/compositor/layer_owner.h" -// #include "ui/base/ime/text_input_client.h" - #include "content/browser/web_contents/web_contents_view.h" namespace atom { @@ -65,6 +51,7 @@ public: private: content::RenderWidgetHostViewBase* view_; }; + } // namespace atom #endif // ATOM_BROWSER_OSR_WEB_CONTENTS_VIEW_H_