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

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

Issue 429803002: Revert of Remove WheelEvent.initWebKitWheelEvent() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/events/WheelEvent.idl ('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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 HTMLTableElementHspace = 375, 372 HTMLTableElementHspace = 375,
373 PrefixedDocumentExitPointerLock = 376, 373 PrefixedDocumentExitPointerLock = 376,
374 PrefixedDocumentPointerLockElement = 377, 374 PrefixedDocumentPointerLockElement = 377,
375 PrefixedTouchRadiusX = 378, 375 PrefixedTouchRadiusX = 378,
376 PrefixedTouchRadiusY = 379, 376 PrefixedTouchRadiusY = 379,
377 PrefixedTouchRotationAngle = 380, 377 PrefixedTouchRotationAngle = 380,
378 PrefixedTouchForce = 381, 378 PrefixedTouchForce = 381,
379 PrefixedMouseEventMovementX = 382, 379 PrefixedMouseEventMovementX = 382,
380 PrefixedMouseEventMovementY = 383, 380 PrefixedMouseEventMovementY = 383,
381 PrefixedWheelEventDirectionInvertedFromDevice = 384, 381 PrefixedWheelEventDirectionInvertedFromDevice = 384,
382 PrefixedWheelEventInit = 385,
382 PrefixedFileRelativePath = 386, 383 PrefixedFileRelativePath = 386,
383 DocumentCaretRangeFromPoint = 387, 384 DocumentCaretRangeFromPoint = 387,
384 DocumentGetCSSCanvasContext = 388, 385 DocumentGetCSSCanvasContext = 388,
385 ElementScrollIntoViewIfNeeded = 389, 386 ElementScrollIntoViewIfNeeded = 389,
386 ElementScrollByLines = 390, 387 ElementScrollByLines = 390,
387 ElementScrollByPages = 391, 388 ElementScrollByPages = 391,
388 RangeCompareNode = 392, 389 RangeCompareNode = 392,
389 RangeExpand = 393, 390 RangeExpand = 393,
390 HTMLFrameElementWidth = 394, 391 HTMLFrameElementWidth = 394,
391 HTMLFrameElementHeight = 395, 392 HTMLFrameElementHeight = 395,
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 554
554 void updateMeasurements(); 555 void updateMeasurements();
555 556
556 OwnPtr<BitVector> m_countBits; 557 OwnPtr<BitVector> m_countBits;
557 BitVector m_CSSFeatureBits; 558 BitVector m_CSSFeatureBits;
558 }; 559 };
559 560
560 } // namespace blink 561 } // namespace blink
561 562
562 #endif // UseCounter_h 563 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/events/WheelEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698