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

Side by Side Diff: Source/core/testing/Internals.h

Issue 244193002: Enable universal accelerated overflow scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test expectations for crashing test. Created 6 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 String layerTreeAsText(Document*, unsigned flags, ExceptionState&) const; 218 String layerTreeAsText(Document*, unsigned flags, ExceptionState&) const;
219 String layerTreeAsText(Document*, ExceptionState&) const; 219 String layerTreeAsText(Document*, ExceptionState&) const;
220 String elementLayerTreeAsText(Element*, unsigned flags, ExceptionState&) con st; 220 String elementLayerTreeAsText(Element*, unsigned flags, ExceptionState&) con st;
221 String elementLayerTreeAsText(Element*, ExceptionState&) const; 221 String elementLayerTreeAsText(Element*, ExceptionState&) const;
222 222
223 PassRefPtr<NodeList> paintOrderListBeforePromote(Element*, ExceptionState&); 223 PassRefPtr<NodeList> paintOrderListBeforePromote(Element*, ExceptionState&);
224 PassRefPtr<NodeList> paintOrderListAfterPromote(Element*, ExceptionState&); 224 PassRefPtr<NodeList> paintOrderListAfterPromote(Element*, ExceptionState&);
225 225
226 bool scrollsWithRespectTo(Element*, Element*, ExceptionState&); 226 bool scrollsWithRespectTo(Element*, Element*, ExceptionState&);
227 bool isUnclippedDescendant(Element*, ExceptionState&); 227 bool isUnclippedDescendant(Element*, ExceptionState&);
228 bool needsCompositedScrolling(Element*, ExceptionState&);
229 228
230 void setNeedsCompositedScrolling(Element*, unsigned value, ExceptionState&); 229 void setNeedsCompositedScrolling(Element*, unsigned value, ExceptionState&);
231 230
232 String repaintRectsAsText(Document*, ExceptionState&) const; 231 String repaintRectsAsText(Document*, ExceptionState&) const;
233 PassRefPtrWillBeRawPtr<ClientRectList> repaintRects(Element*, ExceptionState &) const; 232 PassRefPtrWillBeRawPtr<ClientRectList> repaintRects(Element*, ExceptionState &) const;
234 233
235 String scrollingStateTreeAsText(Document*, ExceptionState&) const; 234 String scrollingStateTreeAsText(Document*, ExceptionState&) const;
236 String mainThreadScrollingReasons(Document*, ExceptionState&) const; 235 String mainThreadScrollingReasons(Document*, ExceptionState&) const;
237 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(Document*, Exc eptionState&) const; 236 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(Document*, Exc eptionState&) const;
238 237
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool drag gable, ExceptionState&); 332 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool drag gable, ExceptionState&);
334 333
335 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&); 334 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, Ex ceptionState&);
336 RefPtrWillBeMember<InternalRuntimeFlags> m_runtimeFlags; 335 RefPtrWillBeMember<InternalRuntimeFlags> m_runtimeFlags;
337 RefPtrWillBeMember<InternalProfilers> m_profilers; 336 RefPtrWillBeMember<InternalProfilers> m_profilers;
338 }; 337 };
339 338
340 } // namespace WebCore 339 } // namespace WebCore
341 340
342 #endif 341 #endif
OLDNEW
« no previous file with comments | « Source/core/rendering/compositing/CompositingTriggers.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698