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

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

Issue 426123004: Reland "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,
383 PrefixedFileRelativePath = 386, 382 PrefixedFileRelativePath = 386,
384 DocumentCaretRangeFromPoint = 387, 383 DocumentCaretRangeFromPoint = 387,
385 DocumentGetCSSCanvasContext = 388, 384 DocumentGetCSSCanvasContext = 388,
386 ElementScrollIntoViewIfNeeded = 389, 385 ElementScrollIntoViewIfNeeded = 389,
387 RangeCompareNode = 392, 386 RangeCompareNode = 392,
388 RangeExpand = 393, 387 RangeExpand = 393,
389 HTMLImageElementX = 396, 388 HTMLImageElementX = 396,
390 HTMLImageElementY = 397, 389 HTMLImageElementY = 397,
391 SelectionBaseNode = 400, 390 SelectionBaseNode = 400,
392 SelectionBaseOffset = 401, 391 SelectionBaseOffset = 401,
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 552
554 void updateMeasurements(); 553 void updateMeasurements();
555 554
556 OwnPtr<BitVector> m_countBits; 555 OwnPtr<BitVector> m_countBits;
557 BitVector m_CSSFeatureBits; 556 BitVector m_CSSFeatureBits;
558 }; 557 };
559 558
560 } // namespace blink 559 } // namespace blink
561 560
562 #endif // UseCounter_h 561 #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