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

Side by Side Diff: Source/core/frame/FrameView.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/frame/FrameView.h ('k') | Source/core/frame/ImageBitmap.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 /* 1 /*
2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org> 2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
3 * 1999 Lars Knoll <knoll@kde.org> 3 * 1999 Lars Knoll <knoll@kde.org>
4 * 1999 Antti Koivisto <koivisto@kde.org> 4 * 1999 Antti Koivisto <koivisto@kde.org>
5 * 2000 Dirk Mueller <mueller@kde.org> 5 * 2000 Dirk Mueller <mueller@kde.org>
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
7 * (C) 2006 Graham Dennis (graham.dennis@gmail.com) 7 * (C) 2006 Graham Dennis (graham.dennis@gmail.com)
8 * (C) 2006 Alexey Proskuryakov (ap@nypop.com) 8 * (C) 2006 Alexey Proskuryakov (ap@nypop.com)
9 * Copyright (C) 2009 Google Inc. All rights reserved. 9 * Copyright (C) 2009 Google Inc. All rights reserved.
10 * 10 *
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 #include "core/page/Chrome.h" 48 #include "core/page/Chrome.h"
49 #include "core/page/ChromeClient.h" 49 #include "core/page/ChromeClient.h"
50 #include "core/page/EventHandler.h" 50 #include "core/page/EventHandler.h"
51 #include "core/page/FocusController.h" 51 #include "core/page/FocusController.h"
52 #include "core/frame/Frame.h" 52 #include "core/frame/Frame.h"
53 #include "core/frame/GraphicsLayerDebugInfo.h" 53 #include "core/frame/GraphicsLayerDebugInfo.h"
54 #include "core/page/FrameTree.h" 54 #include "core/page/FrameTree.h"
55 #include "core/page/Settings.h" 55 #include "core/page/Settings.h"
56 #include "core/frame/animation/AnimationController.h" 56 #include "core/frame/animation/AnimationController.h"
57 #include "core/page/scrolling/ScrollingCoordinator.h" 57 #include "core/page/scrolling/ScrollingCoordinator.h"
58 #include "core/platform/ScrollAnimator.h"
59 #include "core/platform/ScrollbarTheme.h"
60 #include "core/platform/graphics/FontCache.h"
61 #include "core/platform/graphics/GraphicsContext.h"
62 #include "core/rendering/CompositedLayerMapping.h" 58 #include "core/rendering/CompositedLayerMapping.h"
63 #include "core/rendering/LayoutIndicator.h" 59 #include "core/rendering/LayoutIndicator.h"
64 #include "core/rendering/RenderCounter.h" 60 #include "core/rendering/RenderCounter.h"
65 #include "core/rendering/RenderEmbeddedObject.h" 61 #include "core/rendering/RenderEmbeddedObject.h"
66 #include "core/rendering/RenderLayer.h" 62 #include "core/rendering/RenderLayer.h"
67 #include "core/rendering/RenderLayerCompositor.h" 63 #include "core/rendering/RenderLayerCompositor.h"
68 #include "core/rendering/RenderPart.h" 64 #include "core/rendering/RenderPart.h"
69 #include "core/rendering/RenderScrollbar.h" 65 #include "core/rendering/RenderScrollbar.h"
70 #include "core/rendering/RenderScrollbarPart.h" 66 #include "core/rendering/RenderScrollbarPart.h"
71 #include "core/rendering/RenderTheme.h" 67 #include "core/rendering/RenderTheme.h"
72 #include "core/rendering/RenderView.h" 68 #include "core/rendering/RenderView.h"
73 #include "core/rendering/TextAutosizer.h" 69 #include "core/rendering/TextAutosizer.h"
74 #include "core/rendering/style/RenderStyle.h" 70 #include "core/rendering/style/RenderStyle.h"
75 #include "core/rendering/svg/RenderSVGRoot.h" 71 #include "core/rendering/svg/RenderSVGRoot.h"
76 #include "core/svg/SVGDocument.h" 72 #include "core/svg/SVGDocument.h"
77 #include "core/svg/SVGSVGElement.h" 73 #include "core/svg/SVGSVGElement.h"
74 #include "platform/fonts/FontCache.h"
78 #include "platform/geometry/FloatRect.h" 75 #include "platform/geometry/FloatRect.h"
76 #include "platform/graphics/GraphicsContext.h"
77 #include "platform/scroll/ScrollAnimator.h"
78 #include "platform/scroll/ScrollbarTheme.h"
79 #include "platform/text/TextStream.h" 79 #include "platform/text/TextStream.h"
80 #include "wtf/CurrentTime.h" 80 #include "wtf/CurrentTime.h"
81 #include "wtf/TemporaryChange.h" 81 #include "wtf/TemporaryChange.h"
82 82
83 #include "platform/TraceEvent.h" 83 #include "platform/TraceEvent.h"
84 84
85 namespace WebCore { 85 namespace WebCore {
86 86
87 using namespace HTMLNames; 87 using namespace HTMLNames;
88 88
(...skipping 3401 matching lines...) Expand 10 before | Expand all | Expand 10 after
3490 void FrameView::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation o rientation) 3490 void FrameView::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation o rientation)
3491 { 3491 {
3492 ScrollableArea::willRemoveScrollbar(scrollbar, orientation); 3492 ScrollableArea::willRemoveScrollbar(scrollbar, orientation);
3493 if (AXObjectCache* cache = axObjectCache()) { 3493 if (AXObjectCache* cache = axObjectCache()) {
3494 cache->remove(scrollbar); 3494 cache->remove(scrollbar);
3495 cache->handleScrollbarUpdate(this); 3495 cache->handleScrollbarUpdate(this);
3496 } 3496 }
3497 } 3497 }
3498 3498
3499 } // namespace WebCore 3499 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/core/frame/FrameView.h ('k') | Source/core/frame/ImageBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698