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

Side by Side Diff: third_party/WebKit/Source/core/paint/MediaControlsPainter.h

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Rebased. Created 3 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Apple Inc. 2 * Copyright (C) 2009 Apple Inc.
3 * Copyright (C) 2009 Google Inc. 3 * Copyright (C) 2009 Google Inc.
4 * All rights reserved. 4 * All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 static bool PaintMediaSubtitlesIcon(const LayoutObject&, 81 static bool PaintMediaSubtitlesIcon(const LayoutObject&,
82 const PaintInfo&, 82 const PaintInfo&,
83 const IntRect&); 83 const IntRect&);
84 static bool PaintMediaOverflowMenu(const LayoutObject&, 84 static bool PaintMediaOverflowMenu(const LayoutObject&,
85 const PaintInfo&, 85 const PaintInfo&,
86 const IntRect&); 86 const IntRect&);
87 static bool PaintMediaDownloadIcon(const LayoutObject&, 87 static bool PaintMediaDownloadIcon(const LayoutObject&,
88 const PaintInfo&, 88 const PaintInfo&,
89 const IntRect&); 89 const IntRect&);
90 static void AdjustMediaSliderThumbSize(ComputedStyle&); 90 static void AdjustMediaSliderThumbSize(ComputedStyle&);
91 static bool PaintMediaRemotingCastIcon(const LayoutObject&,
92 const PaintInfo&,
93 const IntRect&);
91 94
92 private: 95 private:
93 static void AdjustMediaSliderThumbPaintSize(const IntRect&, 96 static void AdjustMediaSliderThumbPaintSize(const IntRect&,
94 const ComputedStyle&, 97 const ComputedStyle&,
95 IntRect& rect_out); 98 IntRect& rect_out);
96 static void PaintMediaSliderInternal(const LayoutObject&, 99 static void PaintMediaSliderInternal(const LayoutObject&,
97 const PaintInfo&, 100 const PaintInfo&,
98 const IntRect&); 101 const IntRect&);
99 }; 102 };
100 103
101 } // namespace blink 104 } // namespace blink
102 105
103 #endif // MediaControlsPainter_h 106 #endif // MediaControlsPainter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutMedia.cpp ('k') | third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698