summaryrefslogtreecommitdiffstats
path: root/components/favicon_base/favicon_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/favicon_base/favicon_types.h')
-rw-r--r--components/favicon_base/favicon_types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/favicon_base/favicon_types.h b/components/favicon_base/favicon_types.h
index f7c812a..469d0fa 100644
--- a/components/favicon_base/favicon_types.h
+++ b/components/favicon_base/favicon_types.h
@@ -79,7 +79,11 @@ typedef FaviconRawBitmapResult FaviconRawBitmapData;
// either the bitmap data if the favicon database has a sufficiently large
// favicon bitmap and the style of the fallback icon otherwise.
struct LargeIconResult {
- LargeIconResult();
+ explicit LargeIconResult(const FaviconRawBitmapResult& bitmap_in);
+
+ // Takes ownership of |fallback_icon_style_in|.
+ explicit LargeIconResult(FallbackIconStyle* fallback_icon_style_in);
+
~LargeIconResult();
// The bitmap from the favicon database if the database has a sufficiently