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

Side by Side Diff: Source/core/rendering/RenderLayerCompositor.h

Issue 15425006: Revert "Remove NonCompositedContentHost" and follow-up rebaselining. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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) 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2009 Apple 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 bool hasAnyAdditionalCompositedLayers(const RenderLayer* rootLayer) const; 251 bool hasAnyAdditionalCompositedLayers(const RenderLayer* rootLayer) const;
252 252
253 void ensureRootLayer(); 253 void ensureRootLayer();
254 void destroyRootLayer(); 254 void destroyRootLayer();
255 255
256 void attachRootLayer(RootLayerAttachment); 256 void attachRootLayer(RootLayerAttachment);
257 void detachRootLayer(); 257 void detachRootLayer();
258 258
259 bool isMainFrame() const; 259 bool isMainFrame() const;
260 260
261 void rootLayerAttachmentChanged();
262
261 void updateOverflowControlsLayers(); 263 void updateOverflowControlsLayers();
262 264
263 void notifyIFramesOfCompositingChange(); 265 void notifyIFramesOfCompositingChange();
264 266
265 Page* page() const; 267 Page* page() const;
266 268
267 GraphicsLayerFactory* graphicsLayerFactory() const; 269 GraphicsLayerFactory* graphicsLayerFactory() const;
268 ScrollingCoordinator* scrollingCoordinator() const; 270 ScrollingCoordinator* scrollingCoordinator() const;
269 271
270 // Whether a running transition or animation enforces the need for a composi ting layer. 272 // Whether a running transition or animation enforces the need for a composi ting layer.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 int m_secondaryCompositedLayerCount; // count of layers that have to be comp osited because of stacking or overlap. 354 int m_secondaryCompositedLayerCount; // count of layers that have to be comp osited because of stacking or overlap.
353 double m_obligatoryBackingStoreBytes; 355 double m_obligatoryBackingStoreBytes;
354 double m_secondaryBackingStoreBytes; 356 double m_secondaryBackingStoreBytes;
355 #endif 357 #endif
356 }; 358 };
357 359
358 360
359 } // namespace WebCore 361 } // namespace WebCore
360 362
361 #endif // RenderLayerCompositor_h 363 #endif // RenderLayerCompositor_h
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderLayerBacking.cpp ('k') | Source/core/rendering/RenderLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698