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

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

Issue 2276523002: Cleanup |initTouchEvent| deprecation warning and usecounter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 WindowFindWithShadowTree = 862, 675 WindowFindWithShadowTree = 862,
676 V8CompositionEvent_InitCompositionEvent_Method = 863, 676 V8CompositionEvent_InitCompositionEvent_Method = 863,
677 V8CustomEvent_InitCustomEvent_Method = 864, 677 V8CustomEvent_InitCustomEvent_Method = 864,
678 V8DeviceMotionEvent_InitDeviceMotionEvent_Method = 865, 678 V8DeviceMotionEvent_InitDeviceMotionEvent_Method = 865,
679 V8DeviceOrientationEvent_InitDeviceOrientationEvent_Method = 866, 679 V8DeviceOrientationEvent_InitDeviceOrientationEvent_Method = 866,
680 V8Event_InitEvent_Method = 867, 680 V8Event_InitEvent_Method = 867,
681 V8KeyboardEvent_InitKeyboardEvent_Method = 868, 681 V8KeyboardEvent_InitKeyboardEvent_Method = 868,
682 V8MouseEvent_InitMouseEvent_Method = 869, 682 V8MouseEvent_InitMouseEvent_Method = 869,
683 V8MutationEvent_InitMutationEvent_Method = 870, 683 V8MutationEvent_InitMutationEvent_Method = 870,
684 V8StorageEvent_InitStorageEvent_Method = 871, 684 V8StorageEvent_InitStorageEvent_Method = 871,
685 V8TouchEvent_InitTouchEvent_Method = 872,
686 V8UIEvent_InitUIEvent_Method = 873, 685 V8UIEvent_InitUIEvent_Method = 873,
687 V8Document_CreateTouch_Method = 874, 686 V8Document_CreateTouch_Method = 874,
688 RequestFileSystemNonWebbyOrigin = 876, 687 RequestFileSystemNonWebbyOrigin = 876,
689 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879, 688 V8MemoryInfo_TotalJSHeapSize_AttributeGetter = 879,
690 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880, 689 V8MemoryInfo_UsedJSHeapSize_AttributeGetter = 880,
691 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881, 690 V8MemoryInfo_JSHeapSizeLimit_AttributeGetter = 881,
692 V8Performance_Timing_AttributeGetter = 882, 691 V8Performance_Timing_AttributeGetter = 882,
693 V8Performance_Navigation_AttributeGetter = 883, 692 V8Performance_Navigation_AttributeGetter = 883,
694 V8Performance_Memory_AttributeGetter = 884, 693 V8Performance_Memory_AttributeGetter = 884,
695 V8SharedWorker_WorkerStart_AttributeGetter = 885, 694 V8SharedWorker_WorkerStart_AttributeGetter = 885,
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 friend class UseCounterTest; 1363 friend class UseCounterTest;
1365 unsigned m_muteCount; 1364 unsigned m_muteCount;
1366 1365
1367 CountBits m_countBits; 1366 CountBits m_countBits;
1368 BitVector m_CSSFeatureBits; 1367 BitVector m_CSSFeatureBits;
1369 }; 1368 };
1370 1369
1371 } // namespace blink 1370 } // namespace blink
1372 1371
1373 #endif // UseCounter_h 1372 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698