Index: content/browser/frame_host/navigation_entry_screenshot_manager.cc |
diff --git a/content/browser/frame_host/navigation_entry_screenshot_manager.cc b/content/browser/frame_host/navigation_entry_screenshot_manager.cc |
index 8af8f63454479dc6bfac2f61cb1e042b466198a7..06074fdedd836495bf7eb7bdaca4d08bed1f4866 100644 |
--- a/content/browser/frame_host/navigation_entry_screenshot_manager.cc |
+++ b/content/browser/frame_host/navigation_entry_screenshot_manager.cc |
@@ -130,7 +130,7 @@ void NavigationEntryScreenshotManager::TakeScreenshotImpl( |
NavigationEntryImpl* entry) { |
DCHECK(host && host->GetView()); |
DCHECK(entry); |
- SkBitmap::Config preferred_format = host->PreferredReadbackFormat(); |
+ SkColorType preferred_format = host->PreferredReadbackFormat(); |
host->CopyFromBackingStore( |
gfx::Rect(), |
host->GetView()->GetViewBounds().size(), |