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

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

Issue 1416793004: Remove support for -webkit-canvas and Document.getCSSCanvasContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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) 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 PrefixedIDBKeyRangeConstructor = 367, 317 PrefixedIDBKeyRangeConstructor = 367,
318 PrefixedIDBObjectStoreConstructor = 368, 318 PrefixedIDBObjectStoreConstructor = 368,
319 PrefixedIDBRequestConstructor = 369, 319 PrefixedIDBRequestConstructor = 369,
320 PrefixedIDBTransactionConstructor = 370, 320 PrefixedIDBTransactionConstructor = 370,
321 NotificationPermission = 371, 321 NotificationPermission = 371,
322 RangeDetach = 372, 322 RangeDetach = 372,
323 PrefixedMouseEventMovementX = 382, 323 PrefixedMouseEventMovementX = 382,
324 PrefixedMouseEventMovementY = 383, 324 PrefixedMouseEventMovementY = 383,
325 PrefixedFileRelativePath = 386, 325 PrefixedFileRelativePath = 386,
326 DocumentCaretRangeFromPoint = 387, 326 DocumentCaretRangeFromPoint = 387,
327 DocumentGetCSSCanvasContext = 388, 327 // DocumentGetCSSCanvasContext = 388,
328 ElementScrollIntoViewIfNeeded = 389, 328 ElementScrollIntoViewIfNeeded = 389,
329 RangeExpand = 393, 329 RangeExpand = 393,
330 HTMLImageElementX = 396, 330 HTMLImageElementX = 396,
331 HTMLImageElementY = 397, 331 HTMLImageElementY = 397,
332 SelectionBaseNode = 400, 332 SelectionBaseNode = 400,
333 SelectionBaseOffset = 401, 333 SelectionBaseOffset = 401,
334 SelectionExtentNode = 402, 334 SelectionExtentNode = 402,
335 SelectionExtentOffset = 403, 335 SelectionExtentOffset = 403,
336 SelectionType = 404, 336 SelectionType = 404,
337 SelectionModify = 405, 337 SelectionModify = 405,
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 957
958 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); } 958 bool hasRecordedMeasurement(Feature feature) const { return m_countBits.hasR ecordedMeasurement(feature); }
959 959
960 CountBits m_countBits; 960 CountBits m_countBits;
961 BitVector m_CSSFeatureBits; 961 BitVector m_CSSFeatureBits;
962 }; 962 };
963 963
964 } // namespace blink 964 } // namespace blink
965 965
966 #endif // UseCounter_h 966 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698