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

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

Issue 8506028: Merge 99485 - Source/WebCore: Create a separate setting for compositing of for scrollable [i]frames (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 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 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 #else 69 #else
70 void setInspectorResourcesDataSizeLimits(Document*, int maximumResourcesCont entSize, int maximumSingleResourceContentSize, ExceptionCode&) { } 70 void setInspectorResourcesDataSizeLimits(Document*, int maximumResourcesCont entSize, int maximumSingleResourceContentSize, ExceptionCode&) { }
71 #endif 71 #endif
72 72
73 PassRefPtr<ClientRect> boundingBox(Element*, ExceptionCode&); 73 PassRefPtr<ClientRect> boundingBox(Element*, ExceptionCode&);
74 74
75 unsigned markerCountForNode(Node*, ExceptionCode&); 75 unsigned markerCountForNode(Node*, ExceptionCode&);
76 PassRefPtr<Range> markerRangeForNode(Node*, unsigned, ExceptionCode&); 76 PassRefPtr<Range> markerRangeForNode(Node*, unsigned, ExceptionCode&);
77 77
78 void setForceCompositingMode(Document*, bool enabled, ExceptionCode&); 78 void setForceCompositingMode(Document*, bool enabled, ExceptionCode&);
79 void setEnableCompositingForScrollableFrames(Document*, bool enabled, Except ionCode&);
79 80
80 void setEnableScrollAnimator(Document*, bool enabled, ExceptionCode&); 81 void setEnableScrollAnimator(Document*, bool enabled, ExceptionCode&);
81 void setZoomAnimatorTransform(Document*, float scale, float tx, float ty, Ex ceptionCode&); 82 void setZoomAnimatorTransform(Document*, float scale, float tx, float ty, Ex ceptionCode&);
82 float getPageScaleFactor(Document*, ExceptionCode&); 83 float getPageScaleFactor(Document*, ExceptionCode&);
83 void setZoomParameters(Document*, float scale, float x, float y, ExceptionCo de&); 84 void setZoomParameters(Document*, float scale, float x, float y, ExceptionCo de&);
84 85
85 void setPasswordEchoEnabled(Document*, bool enabled, ExceptionCode&); 86 void setPasswordEchoEnabled(Document*, bool enabled, ExceptionCode&);
86 void setPasswordEchoDurationInSeconds(Document*, double durationInSeconds, E xceptionCode&); 87 void setPasswordEchoDurationInSeconds(Document*, double durationInSeconds, E xceptionCode&);
87 88
88 void setScrollViewPosition(Document*, long x, long y, ExceptionCode&); 89 void setScrollViewPosition(Document*, long x, long y, ExceptionCode&);
(...skipping 16 matching lines...) Expand all
105 106
106 double passwordEchoDurationInSecondsBackup; 107 double passwordEchoDurationInSecondsBackup;
107 bool passwordEchoEnabledBackup : 1; 108 bool passwordEchoEnabledBackup : 1;
108 bool passwordEchoDurationInSecondsBackedUp : 1; 109 bool passwordEchoDurationInSecondsBackedUp : 1;
109 bool passwordEchoEnabledBackedUp : 1; 110 bool passwordEchoEnabledBackedUp : 1;
110 }; 111 };
111 112
112 } // namespace WebCore 113 } // namespace WebCore
113 114
114 #endif 115 #endif
OLDNEW
« no previous file with comments | « Source/WebCore/rendering/RenderLayerCompositor.cpp ('k') | Source/WebCore/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698