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

Side by Side Diff: sky/engine/core/frame/UseCounter.h

Issue 698123002: Remove more API from Node and ContainerNode. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/editing/markup.cpp ('k') | sky/engine/core/frame/UseCounter.cpp » ('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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 CanvasRenderingContext2DSetStrokeColor = 337, 278 CanvasRenderingContext2DSetStrokeColor = 337,
279 CanvasRenderingContext2DSetFillColor = 338, 279 CanvasRenderingContext2DSetFillColor = 338,
280 CanvasRenderingContext2DDrawImageFromRect = 339, 280 CanvasRenderingContext2DDrawImageFromRect = 339,
281 CanvasRenderingContext2DSetShadow = 340, 281 CanvasRenderingContext2DSetShadow = 340,
282 PrefixedPerformanceClearResourceTimings = 341, 282 PrefixedPerformanceClearResourceTimings = 341,
283 PrefixedPerformanceSetResourceTimingBufferSize = 342, 283 PrefixedPerformanceSetResourceTimingBufferSize = 342,
284 EventSrcElement = 343, 284 EventSrcElement = 343,
285 EventCancelBubble = 344, 285 EventCancelBubble = 344,
286 EventPath = 345, 286 EventPath = 345,
287 EventClipboardData = 346, 287 EventClipboardData = 346,
288 AttrNodeValue = 348,
289 AttrTextContent = 349, 288 AttrTextContent = 349,
290 EventGetReturnValueTrue = 350, 289 EventGetReturnValueTrue = 350,
291 EventGetReturnValueFalse = 351, 290 EventGetReturnValueFalse = 351,
292 EventSetReturnValueTrue = 352, 291 EventSetReturnValueTrue = 352,
293 EventSetReturnValueFalse = 353, 292 EventSetReturnValueFalse = 353,
294 WindowOffscreenBuffering = 356, 293 WindowOffscreenBuffering = 356,
295 WindowDefaultStatus = 357, 294 WindowDefaultStatus = 357,
296 WindowDefaultstatus = 358, 295 WindowDefaultstatus = 358,
297 PrefixedTransitionEventConstructor = 361, 296 PrefixedTransitionEventConstructor = 361,
298 PrefixedMutationObserverConstructor = 362, 297 PrefixedMutationObserverConstructor = 362,
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 484
486 void updateMeasurements(); 485 void updateMeasurements();
487 486
488 OwnPtr<BitVector> m_countBits; 487 OwnPtr<BitVector> m_countBits;
489 BitVector m_CSSFeatureBits; 488 BitVector m_CSSFeatureBits;
490 }; 489 };
491 490
492 } // namespace blink 491 } // namespace blink
493 492
494 #endif // UseCounter_h 493 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « sky/engine/core/editing/markup.cpp ('k') | sky/engine/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698