Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Side by Side Diff: ash/touch/touch_hud_projection.cc

Issue 1923943002: Remove all uses of skia::RefPtr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | blimp/client/feature/compositor/blimp_context_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/touch/touch_hud_projection.h" 5 #include "ash/touch/touch_hud_projection.h"
6 6
7 #include "ash/root_window_controller.h" 7 #include "ash/root_window_controller.h"
8 #include "ash/shell.h" 8 #include "ash/shell.h"
9 #include "skia/ext/refptr.h"
10 #include "third_party/skia/include/effects/SkGradientShader.h" 9 #include "third_party/skia/include/effects/SkGradientShader.h"
11 #include "ui/events/event.h" 10 #include "ui/events/event.h"
12 #include "ui/gfx/animation/animation_delegate.h" 11 #include "ui/gfx/animation/animation_delegate.h"
13 #include "ui/gfx/animation/linear_animation.h" 12 #include "ui/gfx/animation/linear_animation.h"
14 #include "ui/gfx/canvas.h" 13 #include "ui/gfx/canvas.h"
15 #include "ui/gfx/geometry/size.h" 14 #include "ui/gfx/geometry/size.h"
16 #include "ui/views/widget/widget.h" 15 #include "ui/views/widget/widget.h"
17 16
18 namespace ash { 17 namespace ash {
19 18
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 RootWindowController* controller) { 172 RootWindowController* controller) {
174 controller->set_touch_hud_projection(this); 173 controller->set_touch_hud_projection(this);
175 } 174 }
176 175
177 void TouchHudProjection::UnsetHudForRootWindowController( 176 void TouchHudProjection::UnsetHudForRootWindowController(
178 RootWindowController* controller) { 177 RootWindowController* controller) {
179 controller->set_touch_hud_projection(NULL); 178 controller->set_touch_hud_projection(NULL);
180 } 179 }
181 180
182 } // namespace ash 181 } // namespace ash
OLDNEW
« no previous file with comments | « no previous file | blimp/client/feature/compositor/blimp_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698