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

Side by Side Diff: Source/core/paint/ThemePainterDefault.h

Issue 1158323004: Remove the virtual ThemePainter::paintMediaCastButton() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/paint/ThemePainter.cpp ('k') | Source/core/paint/ThemePainterDefault.cpp » ('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 * This file is part of the WebKit project. 2 * This file is part of the WebKit project.
3 * 3 *
4 * Copyright (C) 2006 Apple Computer, Inc. 4 * Copyright (C) 2006 Apple Computer, Inc.
5 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com 5 * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com
6 * Copyright (C) 2007 Holger Hans Peter Freyther 6 * Copyright (C) 2007 Holger Hans Peter Freyther
7 * Copyright (C) 2007 Alp Toker <alp@atoker.com> 7 * Copyright (C) 2007 Alp Toker <alp@atoker.com>
8 * Copyright (C) 2008, 2009 Google, Inc. 8 * Copyright (C) 2008, 2009 Google, Inc.
9 * All rights reserved. 9 * All rights reserved.
10 * Copyright (C) 2009 Kenneth Rohde Christiansen 10 * Copyright (C) 2009 Kenneth Rohde Christiansen
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 virtual bool paintMenuList(LayoutObject*, const PaintInfo&, const IntRect&) override; 42 virtual bool paintMenuList(LayoutObject*, const PaintInfo&, const IntRect&) override;
43 virtual bool paintMenuListButton(LayoutObject*, const PaintInfo&, const IntR ect&) override; 43 virtual bool paintMenuListButton(LayoutObject*, const PaintInfo&, const IntR ect&) override;
44 virtual bool paintSliderTrack(LayoutObject*, const PaintInfo&, const IntRect &) override; 44 virtual bool paintSliderTrack(LayoutObject*, const PaintInfo&, const IntRect &) override;
45 virtual bool paintSliderThumb(LayoutObject*, const PaintInfo&, const IntRect &) override; 45 virtual bool paintSliderThumb(LayoutObject*, const PaintInfo&, const IntRect &) override;
46 virtual bool paintInnerSpinButton(LayoutObject*, const PaintInfo&, const Int Rect&) override; 46 virtual bool paintInnerSpinButton(LayoutObject*, const PaintInfo&, const Int Rect&) override;
47 virtual bool paintProgressBar(LayoutObject*, const PaintInfo&, const IntRect &) override; 47 virtual bool paintProgressBar(LayoutObject*, const PaintInfo&, const IntRect &) override;
48 virtual bool paintTextArea(LayoutObject*, const PaintInfo&, const IntRect&) override; 48 virtual bool paintTextArea(LayoutObject*, const PaintInfo&, const IntRect&) override;
49 virtual bool paintSearchField(LayoutObject*, const PaintInfo&, const IntRect &) override; 49 virtual bool paintSearchField(LayoutObject*, const PaintInfo&, const IntRect &) override;
50 virtual bool paintSearchFieldCancelButton(LayoutObject*, const PaintInfo&, c onst IntRect&) override; 50 virtual bool paintSearchFieldCancelButton(LayoutObject*, const PaintInfo&, c onst IntRect&) override;
51 virtual bool paintSearchFieldResultsDecoration(LayoutObject*, const PaintInf o&, const IntRect&) override; 51 virtual bool paintSearchFieldResultsDecoration(LayoutObject*, const PaintInf o&, const IntRect&) override;
52 virtual bool paintMediaCastButton(LayoutObject*, const PaintInfo&, const Int Rect&) override;
53 }; 52 };
54 53
55 } // namespace blink 54 } // namespace blink
56 55
57 #endif // ThemePainerDefault_h 56 #endif // ThemePainerDefault_h
OLDNEW
« no previous file with comments | « Source/core/paint/ThemePainter.cpp ('k') | Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698