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

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

Issue 521883003: Remove WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/frame/WebKitPoint.h » ('j') | 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 DOMWindowOpen = 475, 454 DOMWindowOpen = 475,
455 DOMWindowOpenFeatures = 476, 455 DOMWindowOpenFeatures = 476,
456 MediaStreamTrackGetSources = 478, 456 MediaStreamTrackGetSources = 478,
457 AspectRatioFlexItem = 479, 457 AspectRatioFlexItem = 479,
458 DetailsElement = 480, 458 DetailsElement = 480,
459 DialogElement = 481, 459 DialogElement = 481,
460 MapElement = 482, 460 MapElement = 482,
461 MeterElement = 483, 461 MeterElement = 483,
462 ProgressElement = 484, 462 ProgressElement = 484,
463 VideoFullscreenAllowedExemption = 485, 463 VideoFullscreenAllowedExemption = 485,
464 WebKitPoint = 488,
465 PrefixedHTMLElementDropzone = 490, 464 PrefixedHTMLElementDropzone = 490,
466 WheelEventWheelDeltaX = 491, 465 WheelEventWheelDeltaX = 491,
467 WheelEventWheelDeltaY = 492, 466 WheelEventWheelDeltaY = 492,
468 WheelEventWheelDelta = 493, 467 WheelEventWheelDelta = 493,
469 SendBeacon = 494, 468 SendBeacon = 494,
470 SendBeaconQuotaExceeded = 495, 469 SendBeaconQuotaExceeded = 495,
471 SVGSMILElementInDocument = 501, 470 SVGSMILElementInDocument = 501,
472 MouseEventOffsetX = 502, 471 MouseEventOffsetX = 502,
473 MouseEventOffsetY = 503, 472 MouseEventOffsetY = 503,
474 MouseEventX = 504, 473 MouseEventX = 504,
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 550
552 void updateMeasurements(); 551 void updateMeasurements();
553 552
554 OwnPtr<BitVector> m_countBits; 553 OwnPtr<BitVector> m_countBits;
555 BitVector m_CSSFeatureBits; 554 BitVector m_CSSFeatureBits;
556 }; 555 };
557 556
558 } // namespace blink 557 } // namespace blink
559 558
560 #endif // UseCounter_h 559 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/frame/WebKitPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698