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

Side by Side Diff: Source/core/frame/UseCounter.h

Issue 147933002: Remove the media attribute from the resource selection algorithm (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « LayoutTests/media/video-source-media.html ('k') | Source/core/html/HTMLMediaElement.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 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 PrefixedAudioDecodedByteCount, 225 PrefixedAudioDecodedByteCount,
226 PrefixedVideoDecodedByteCount, 226 PrefixedVideoDecodedByteCount,
227 PrefixedVideoSupportsFullscreen, 227 PrefixedVideoSupportsFullscreen,
228 PrefixedVideoDisplayingFullscreen, 228 PrefixedVideoDisplayingFullscreen,
229 PrefixedVideoEnterFullscreen, 229 PrefixedVideoEnterFullscreen,
230 PrefixedVideoExitFullscreen, 230 PrefixedVideoExitFullscreen,
231 PrefixedVideoEnterFullScreen, 231 PrefixedVideoEnterFullScreen,
232 PrefixedVideoExitFullScreen, 232 PrefixedVideoExitFullScreen,
233 PrefixedVideoDecodedFrameCount, 233 PrefixedVideoDecodedFrameCount,
234 PrefixedVideoDroppedFrameCount, 234 PrefixedVideoDroppedFrameCount,
235 SourceElementCandidate, 235 REMOVEDSourceElementCandidate,
236 SourceElementNonMatchingMedia, 236 REMOVEDSourceElementNonMatchingMedia,
237 PrefixedElementRequestFullscreen, 237 PrefixedElementRequestFullscreen,
238 PrefixedElementRequestFullScreen, 238 PrefixedElementRequestFullScreen,
239 BarPropLocationbar, 239 BarPropLocationbar,
240 BarPropMenubar, 240 BarPropMenubar,
241 BarPropPersonalbar, 241 BarPropPersonalbar,
242 BarPropScrollbars, 242 BarPropScrollbars,
243 BarPropStatusbar, 243 BarPropStatusbar,
244 BarPropToolbar, 244 BarPropToolbar,
245 InputTypeEmailMultiple, 245 InputTypeEmailMultiple,
246 InputTypeEmailMaxLength, 246 InputTypeEmailMaxLength,
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 350
351 void updateMeasurements(); 351 void updateMeasurements();
352 352
353 OwnPtr<BitVector> m_countBits; 353 OwnPtr<BitVector> m_countBits;
354 BitVector m_CSSFeatureBits; 354 BitVector m_CSSFeatureBits;
355 }; 355 };
356 356
357 } // namespace WebCore 357 } // namespace WebCore
358 358
359 #endif // UseCounter_h 359 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/media/video-source-media.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698