| Index: cc/resource_update_controller.cc
|
| diff --git a/cc/resource_update_controller.cc b/cc/resource_update_controller.cc
|
| index f2bab9d1e0098da923dc4bab273033a273b6af0f..a98150ff0cf81b4aa4c3864c26af00c0363edf5e 100644
|
| --- a/cc/resource_update_controller.cc
|
| +++ b/cc/resource_update_controller.cc
|
| @@ -7,7 +7,7 @@
|
| #include "cc/resource_update_controller.h"
|
|
|
| #include "base/debug/trace_event.h"
|
| -#include "cc/prioritized_texture.h"
|
| +#include "cc/prioritized_resource.h"
|
| #include "cc/proxy.h"
|
| #include "cc/resource_provider.h"
|
| #include "cc/texture_copier.h"
|
| @@ -118,7 +118,7 @@ void ResourceUpdateController::discardUploadsToEvictedResources()
|
| void ResourceUpdateController::updateTexture(ResourceUpdate update)
|
| {
|
| if (update.picture) {
|
| - PrioritizedTexture* texture = update.texture;
|
| + PrioritizedResource* texture = update.texture;
|
| gfx::Rect pictureRect = update.content_rect;
|
| gfx::Rect sourceRect = update.source_rect;
|
| gfx::Vector2d destOffset = update.dest_offset;
|
|
|