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

Side by Side Diff: sky/engine/core/rendering/style/RenderStyle.h

Issue 879993004: Remove ScrollableArea and Scrollbar (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/rendering/RenderView.h ('k') | sky/engine/platform/BUILD.gn » ('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) 2000 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Antti Koivisto (koivisto@kde.org) 3 * (C) 2000 Antti Koivisto (koivisto@kde.org)
4 * (C) 2000 Dirk Mueller (mueller@kde.org) 4 * (C) 2000 Dirk Mueller (mueller@kde.org)
5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All r ights reserved. 5 * Copyright (C) 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All r ights reserved.
6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com) 6 * Copyright (C) 2006 Graham Dennis (graham.dennis@gmail.com)
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 #include "sky/engine/platform/Length.h" 52 #include "sky/engine/platform/Length.h"
53 #include "sky/engine/platform/LengthBox.h" 53 #include "sky/engine/platform/LengthBox.h"
54 #include "sky/engine/platform/LengthSize.h" 54 #include "sky/engine/platform/LengthSize.h"
55 #include "sky/engine/platform/fonts/FontBaseline.h" 55 #include "sky/engine/platform/fonts/FontBaseline.h"
56 #include "sky/engine/platform/fonts/FontDescription.h" 56 #include "sky/engine/platform/fonts/FontDescription.h"
57 #include "sky/engine/platform/geometry/FloatRoundedRect.h" 57 #include "sky/engine/platform/geometry/FloatRoundedRect.h"
58 #include "sky/engine/platform/geometry/LayoutBoxExtent.h" 58 #include "sky/engine/platform/geometry/LayoutBoxExtent.h"
59 #include "sky/engine/platform/geometry/RoundedRect.h" 59 #include "sky/engine/platform/geometry/RoundedRect.h"
60 #include "sky/engine/platform/graphics/Color.h" 60 #include "sky/engine/platform/graphics/Color.h"
61 #include "sky/engine/platform/graphics/GraphicsTypes.h" 61 #include "sky/engine/platform/graphics/GraphicsTypes.h"
62 #include "sky/engine/platform/scroll/ScrollableArea.h" 62 #include "sky/engine/platform/scroll/ScrollTypes.h"
63 #include "sky/engine/platform/text/TextDirection.h" 63 #include "sky/engine/platform/text/TextDirection.h"
64 #include "sky/engine/platform/text/UnicodeBidi.h" 64 #include "sky/engine/platform/text/UnicodeBidi.h"
65 #include "sky/engine/platform/transforms/TransformOperations.h" 65 #include "sky/engine/platform/transforms/TransformOperations.h"
66 #include "sky/engine/wtf/Forward.h" 66 #include "sky/engine/wtf/Forward.h"
67 #include "sky/engine/wtf/OwnPtr.h" 67 #include "sky/engine/wtf/OwnPtr.h"
68 #include "sky/engine/wtf/RefCounted.h" 68 #include "sky/engine/wtf/RefCounted.h"
69 #include "sky/engine/wtf/StdLibExtras.h" 69 #include "sky/engine/wtf/StdLibExtras.h"
70 #include "sky/engine/wtf/Vector.h" 70 #include "sky/engine/wtf/Vector.h"
71 71
72 template<typename T, typename U> inline bool compareEqual(const T& t, const U& u ) { return t == static_cast<T>(u); } 72 template<typename T, typename U> inline bool compareEqual(const T& t, const U& u ) { return t == static_cast<T>(u); }
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 1378
1379 rareInheritedData.access()->m_textOrientation = textOrientation; 1379 rareInheritedData.access()->m_textOrientation = textOrientation;
1380 return true; 1380 return true;
1381 } 1381 }
1382 1382
1383 float calcBorderRadiiConstraintScaleFor(const FloatRect&, const FloatRoundedRect ::Radii&); 1383 float calcBorderRadiiConstraintScaleFor(const FloatRect&, const FloatRoundedRect ::Radii&);
1384 1384
1385 } // namespace blink 1385 } // namespace blink
1386 1386
1387 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_RENDERSTYLE_H_ 1387 #endif // SKY_ENGINE_CORE_RENDERING_STYLE_RENDERSTYLE_H_
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/RenderView.h ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698