summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authordanakj <danakj@chromium.org>2015-04-08 11:38:41 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-08 18:39:51 +0000
commit793e0e879ff5edc61b201f49fc6ac61aeb834bcd (patch)
tree6a42978bf7e4733a41f85f8ce991bb7ae5cfe0e4 /ash
parentbd141e2e41056a8fe071a8f0c72810d0fcd9ffc1 (diff)
downloadchromium_src-793e0e879ff5edc61b201f49fc6ac61aeb834bcd.zip
chromium_src-793e0e879ff5edc61b201f49fc6ac61aeb834bcd.tar.gz
chromium_src-793e0e879ff5edc61b201f49fc6ac61aeb834bcd.tar.bz2
Remove unnessecary includes of ui/compositor/paint_context.h
Now places that just pass the PaintContext through to various *Recorder objects don't need to include this or know what a PaintContext is anymore. TBR=sky BUG=466426 Review URL: https://codereview.chromium.org/1063253003 Cr-Commit-Position: refs/heads/master@{#324258}
Diffstat (limited to 'ash')
-rw-r--r--ash/display/cursor_window_controller.cc1
-rw-r--r--ash/utility/partial_screenshot_controller.cc1
-rw-r--r--ash/wm/boot_splash_screen_chromeos.cc1
-rw-r--r--ash/wm/dock/docked_window_layout_manager.cc1
4 files changed, 0 insertions, 4 deletions
diff --git a/ash/display/cursor_window_controller.cc b/ash/display/cursor_window_controller.cc
index 773fe5c..ed1f0af 100644
--- a/ash/display/cursor_window_controller.cc
+++ b/ash/display/cursor_window_controller.cc
@@ -16,7 +16,6 @@
#include "ui/base/hit_test.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/compositor/dip_util.h"
-#include "ui/compositor/paint_context.h"
#include "ui/compositor/paint_recorder.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/display.h"
diff --git a/ash/utility/partial_screenshot_controller.cc b/ash/utility/partial_screenshot_controller.cc
index 661d405..f2406d9 100644
--- a/ash/utility/partial_screenshot_controller.cc
+++ b/ash/utility/partial_screenshot_controller.cc
@@ -10,7 +10,6 @@
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
#include "base/stl_util.h"
-#include "ui/compositor/paint_context.h"
#include "ui/compositor/paint_recorder.h"
#include "ui/events/event_handler.h"
#include "ui/gfx/canvas.h"
diff --git a/ash/wm/boot_splash_screen_chromeos.cc b/ash/wm/boot_splash_screen_chromeos.cc
index 0c3cb54..342285d 100644
--- a/ash/wm/boot_splash_screen_chromeos.cc
+++ b/ash/wm/boot_splash_screen_chromeos.cc
@@ -10,7 +10,6 @@
#include "ui/base/x/x11_util.h"
#include "ui/compositor/layer.h"
#include "ui/compositor/layer_type.h"
-#include "ui/compositor/paint_context.h"
#include "ui/compositor/paint_recorder.h"
#include "ui/compositor/scoped_layer_animation_settings.h"
#include "ui/gfx/canvas.h"
diff --git a/ash/wm/dock/docked_window_layout_manager.cc b/ash/wm/dock/docked_window_layout_manager.cc
index 6845195..91fe6c8 100644
--- a/ash/wm/dock/docked_window_layout_manager.cc
+++ b/ash/wm/dock/docked_window_layout_manager.cc
@@ -31,7 +31,6 @@
#include "ui/aura/window_delegate.h"
#include "ui/aura/window_event_dispatcher.h"
#include "ui/base/resource/resource_bundle.h"
-#include "ui/compositor/paint_context.h"
#include "ui/compositor/paint_recorder.h"
#include "ui/compositor/scoped_layer_animation_settings.h"
#include "ui/gfx/canvas.h"