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

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

Issue 425633002: Remove WheelEvent.initWebKitWheelEvent() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests 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 ElementScrollByLines = 390, 386 ElementScrollByLines = 390,
388 ElementScrollByPages = 391, 387 ElementScrollByPages = 391,
389 RangeCompareNode = 392, 388 RangeCompareNode = 392,
390 RangeExpand = 393, 389 RangeExpand = 393,
391 HTMLFrameElementWidth = 394, 390 HTMLFrameElementWidth = 394,
392 HTMLFrameElementHeight = 395, 391 HTMLFrameElementHeight = 395,
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 553
555 void updateMeasurements(); 554 void updateMeasurements();
556 555
557 OwnPtr<BitVector> m_countBits; 556 OwnPtr<BitVector> m_countBits;
558 BitVector m_CSSFeatureBits; 557 BitVector m_CSSFeatureBits;
559 }; 558 };
560 559
561 } // namespace blink 560 } // namespace blink
562 561
563 #endif // UseCounter_h 562 #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