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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 1165233002: Apply :target styling even if fragment scrolling was skipped. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 3bf958ac3c9b9432fec255e12a160d7b292a6734..3105cf24796ceddfbabcc475f249e63da427be39 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -187,7 +187,7 @@ private:
SubstituteData defaultSubstituteDataForURL(const KURL&);
bool shouldPerformFragmentNavigation(bool isFormSubmission, const String& httpMethod, FrameLoadType, const KURL&);
- void scrollToFragmentWithParentBoundary(const KURL&);
+ void processFragment(const KURL&, bool isSameDocument);
Nate Chapin 2015/06/08 21:54:29 Nit: bool->enum if possible. We have a LoadStartTy
skobes 2015/06/08 22:04:30 Done.
void startLoad(FrameLoadRequest&, FrameLoadType, NavigationPolicy);

Powered by Google App Engine
This is Rietveld 408576698